Einhugur macOS Bridge plugin.

NSSavePanel.BeginSheetModalForWindow Method

Presents the panel as a sheet modal to the specified window. (This variation takes old style Xojo Window)

BeginSheetModalForWindow(
   windowInstance as Window,
   completionHandler as PanelCompletionDelegate)

Parameters

windowInstance
The window in which the panel will be presented.
completionHandler
Address of completion handler to get the result when the user presses OK or Cancel.

Remarks

This variation of the method will only show up for Xojo 2021r3 or later.

See Also

NSSavePanel Class